body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/idée/fond_jolie.png);
}

.form-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.comment-form h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 1rem;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.rating {
    direction: rtl;
    font-size: 2rem;
    text-align: center;
}

.rating>label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    color: #ffd700;
}

.rating>label.half::before {
    content: "\2605";
    position: absolute;
    padding-right: 0;
}

.rating>input {
    display: none;
}

.rating>input:checked~label:before,
.rating>input:checked~label.half::before {
    color: #ffd700;
}

.rating:not(:hover)>input:checked~label:before,
.rating:not(:hover)>input:checked~label.half::before {
    color: #ffd700;
}

.rating>input:checked+label.half:before {
    color: #ffd700;
    opacity: 0.5;
}

.notation_sys {
    padding: 10px;
    margin-bottom: 10px;
}

.lar {
    font-size: 24px;
}
.las {
    font-size: 24px;
}

.form_php{
    border-radius: 10px;
    background-color: #f1f2f6;
    margin-left: 10px;
    margin-right: 10px;
}